AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
jvm
Target filter
common
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.shell
Package-level
declarations
Types
Types
Shell
Event
Link copied to clipboard
sealed
class
ShellEvent
Shell
Exec
Link copied to clipboard
jvm
data
class
ShellExec
(
val
command
:
String
,
val
directory
:
Path
,
val
container
:
Boolean
,
val
environment
:
Map
<
String
,
String
>
,
val
timeout
:
Duration
)
Shell
Result
Link copied to clipboard
data
class
ShellResult
(
val
exitCode
:
Int
,
val
timeout
:
Boolean
,
val
duration
:
Duration
)